ThreadSafeList<T> Class

Summary
A Thread safe list.
Syntax
C#
C++/CLI
[SerializableAttribute()] 
[DefaultMemberAttribute("Item")] 
public class ThreadSafeList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable 
[DefaultMemberAttribute("Item")] 
[SerializableAttribute()] 
generic<typename T> 
public ref class ThreadSafeList : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IEnumerable   

Type Parameters

T
The type of elements in the list.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.